Questions tagged as 'tag'

1
answer

Adding tag in photo

I'm trying to add tags to a photo (like the facebook identification system), the error I'm having is the following: When I click on an image to place the tags the form first appears in the corner of my computer, not in the coordinates of the...
asked by 19.05.2016 / 05:27
2
answers

Best practice for dealing with branch sets in SVN

Here in the company we use SVN for versioning. We have the TRUNK that is available for homologation before going to production and generate a TAG, and we also have BRANCHS that symbolize each demand. Until a certain time ago, each completed BRAN...
asked by 08.10.2015 / 22:19
1
answer

Capture results using HtmlAgilityPack

I am using this code to search results using the Html Agility Pack. It looks like this: WebRequest request = WebRequest.Create(texto); WebResponse response = request.GetResponse(); StreamReader reader = new StreamReader(respons...
asked by 19.07.2016 / 22:17
1
answer

Information for a specific tag

I'm looking for information in the tags of a repository with the following command that returns the information depending on the parameter I pass in the --format flag. git tag --format="%(refname) %(taggerdate)" The issue is that thi...
asked by 27.11.2018 / 17:28
1
answer

About tag for MySQL database

Good morning! Galera! To with database more than 25 thousand records. I'm reshaping the database because it's very disorganized so I'm building a script to do everything automatic because doing 1 by 1 does not roll right. Doubt is next, it...
asked by 12.04.2017 / 11:13
1
answer

Read Tags with the same name in XML

I have the following sample XML file: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3....
asked by 15.03.2017 / 16:11
2
answers

Read specific XML tags?

I need to read tags specific to this file XML : <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns...
asked by 14.03.2017 / 21:13
0
answers

My Unity 3D project on the LAYERS part does not show the Shootable and Floor option and a few more options [closed]

Hello, I formatted my PC and made a backup of the project. I installed Windows 8.1 pro, I installed the Unity 3D v 5.2 I put my project in it all right when I went to give play of the project the character did not look towards the arrow of the...
asked by 01.10.2015 / 04:31
1
answer

Adding a tag to another tag using JavaScript

I have a jQuery that I use on a website that I'm doing that applies the zoom effect to an image. But when I hover over the image and it zooms in, jQuery creates another IMG tag with the same image by applying a class="zoomImg" to it:...
asked by 23.03.2015 / 13:48
2
answers

How to reference an html button in C #

I have the following HTML code snippet: ThiscodebelongstoapageofanAirOS(internetradio)radio.IneedtoreferencethisbuttoninsideaprogrammadeinWindowsFormsandmakeafunctionforittobeexecutedandtheradioreboot.Iwasonlyabletogetelementswithanidattribu...
asked by 11.01.2017 / 19:47